/* filecore32.h
** Used by filecore.h to create the short synonyms for 32-bit file handles
**
** Tony van der Hoff 10-11-01
*/

#if !defined filecore32_H
#define filecore32_H

#if !defined osf32_H
#include "osf32.h"
#endif

#if !defined OSLIB_F8
#define filecore_layout_structure filecore_layout_structurew
#define xfilecore_layout_structure xfilecore_layout_structurew
#endif

#endif

/* End */
